hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
isRayIntersectingLine
hip
math
collision
Undocumented in source. Be warned that the author may not have intended to support it.
pure nothrow @
nogc
@
safe
bool
isRayIntersectingLine
(
in
Vector2
l1Start
,
in
Vector2
l1End
,
in
Vector2
l2Start
,
in
Vector2
l2End
,
out
Vector2
intersection
)
Meta
Source
See Implementation
hip
math
collision
functions
isCircleInLine
isDynamicRectOverlappingRect
isPointInCircle
isPointInLine
isPointInLine2
isPointInRect
isRayIntersectingLine
isRayIntersectingRect
isRectOverlappingRect
resolveDynamicRectOverlappingRect
structs
RectWorld